html {
  font-size: 62.5%;
  background: #fff;
  /*10 ÷ 16 × 100% = 62.5%*/
}
body {
  font-family: "microsoft yahei", "sans-serif", "华文细黑", "黑体" !important;
  overflow-x: hidden;
  background: #fff;
}
ol,
li {
  list-style: none;
}
header,
footer,
#main {
  width: 100%;
}
#main {
  position: relative;
  z-index: 2;
}
header {
  position: relative;
}
/*css3*/
.clear:after {
  display: block;
  content: '';
  clear: both;
}
.czspjz {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -49%);
  -webkit-transform: translate(-50%, -49%);
}
.before {
  display: block;
  content: '';
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.font-light {
  font-weight: 300;
}
/************************header************************/
.pc-nav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.pc-nav .container .logo_bg {
  margin-top: 16px;
  float: left;
}
.logo {
  padding: 35px 0;
}
.logo form {
  float: right;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}
.logo form span {
  float: left;
  width: 69px;
  background: #0057a9;
  color: #fff;
  text-align: center;
}
.logo form input {
  width: 220px;
  border: 0;
  background: #e9e9e9;
  float: left;
  display: block;
  text-indent: 5px;
  height: 100%;
}
.logo form button {
  width: 35px;
  float: left;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: url("/App/Home/View/Default/Public/images/sch.png") no-repeat center;
  height: 100%;
}
.logo p {
  float: right;
  background: url("/App/Home/View/Default/Public/images/earth.png") no-repeat left center;
  padding-left: 20px;
  height: 35px;
  margin-left: 30px;
  position: relative;
  perspective: 800px;
  margin-top: 20px;
  -webkit-perspective: 800px;
}
.logo p a {
  display: block;
  line-height: 35px;
  height: 35px;
  text-align: center;
  width: 40px;
}
.logo p a.changeLag {
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  opacity: 1;
}
.logo p a + a {
  position: absolute;
  bottom: -35px;
  line-height: 35px;
  background: #0057a9;
  color: #fff;
  text-align: center;
  transform: rotateX(-90deg);
  -webkit-transform: rotateX(-90deg);
  transform-origin: center 0;
  opacity: 0;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.nav {
  background: #0057a9;
}
.nav ul li {
  float: left;
  font-size: 16px;
  width: 16.6%;
  text-align: center;
  position: relative;
}
.nav ul li:hover > a {
  font-weight: bold;
  background: #eee;
  color: #0057a9;
}
.nav ul li:hover .sub-nav {
  opacity: 1;
  visibility: visible;
}
.nav ul li:hover .sub-nav:after {
  width: 100%;
}
.nav ul li:hover .sub-nav i {
  top: -22px;
  opacity: 1;
}
.nav ul li.nav_act a {
  font-weight: bold;
}
.nav ul li.nav_act a:before {
  top: 0;
}
.nav ul li > a {
  display: block;
  color: #fff;
  position: relative;
  height: 55px;
  line-height: 55px;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.nav ul li > a span {
  position: relative;
  z-index: 2;
}
.nav ul li > a span.sub_fa {
  background: url(/App/Home/View/Default/Public/images/nav_ico1.png) no-repeat right center;
  display: inline-block;
}
.nav ul li:nth-of-type(3) .sub-nav a {
  padding: 0 10px;
}
.nav ul li .sub-nav {
  z-index: 3;
  text-align: center;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  left: 0px;
  top: 55px;
  padding: 18px 0;
  visibility: hidden;
  opacity: 0;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.nav ul li .sub-nav i {
  color: #1188ff;
  position: absolute;
  left: 70px;
  top: -35px;
  font-size: 25px;
  opacity: 0;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.nav ul li .sub-nav:after {
  display: block;
  content: '';
  width: 0;
  height: 3px;
  background: #1188ff;
  position: absolute;
  left: 0;
  top: 0;
  transition: 800ms ease-in-out;
  -webkit-transition: 800ms ease-in-out;
}
.nav ul li .sub-nav a {
  display: block;
  color: #2c4479;
  font-size: 14px;
  margin-top: 10px;
}
.nav ul li .sub-nav a.new_pro span {
  background: url("/App/Home/View/Default/Public/images/new.jpg") no-repeat right center;
  padding-right: 40px;
}
.nav ul li .sub-nav a:nth-of-type(1) {
  margin-top: 0;
}
.nav ul li .sub-nav a:hover {
  font-weight: bold;
  text-decoration: underline;
}
.logo_bg a {
  display: block;
}
.pc-nav-animate {
  position: fixed;
  width: 100%;
  left: 0;
  top: -133px;
}
.clear {
  clear: both;
  display: block;
  content: '';
}
/*放大缩小动画*/
@keyframes scaleAnimate {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@-webkit-keyframes scaleAnimate {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
  }
}
/*小屏幕手机*/
.mobile-nav .h-nav-g {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 50px;
  background: #fff;
  transition: 300ms;
  -webkit-transition: 300ms;
  border-bottom: 1px solid #ccc;
}
.mobile-nav .h-nav-g h1 img {
  position: absolute;
  max-height: 32px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.mobile-nav .h-nav-g .btn_i {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.mobile-nav .h-nav-g .btn_i small,
.mobile-nav .h-nav-g .btn_i:before,
.mobile-nav .h-nav-g .btn_i:after {
  display: block;
  content: '';
  width: 24px;
  height: 2px;
  background: #202020;
  border-radius: 4px;
  margin: 6px 0;
}
.mobile-nav .h-nav-g .btn_i_click small {
  opacity: 0;
}
.mobile-nav .h-nav-g .btn_i_click:before {
  transform: rotateZ(45deg);
  transform-origin: 0px 6px;
}
.mobile-nav .h-nav-g .btn_i_click:after {
  transform: rotateZ(-45deg);
  transform-origin: 5px -1px;
}
.mobile-nav .h-nav-g .i_tel {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-image: url("/App/Home/View/Default/Public/images/tel.png");
  position: absolute;
  right: 15px;
  top: 0;
  height: 60px;
  width: 40px;
}
.mobile-nav .ul-small {
  background: #3a3a3a;
  overflow-y: scroll;
  width: 220px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
  transform: translateX(220px);
  transition: 300ms;
  -webkit-transition: 300ms;
  -webkit-transform: translateX(220px);
}
.mobile-nav .ul-small ul {
  margin-top: 20px;
}
.mobile-nav .ul-small ul li > a {
  padding-right: 30px;
  line-height: 48px;
  display: block;
  position: relative;
  padding-left: 20%;
  color: #767676;
  font-size: 14px;
  border-bottom: 1px solid rgba(118, 118, 118, 0.52);
}
.mobile-nav .ul-small ul li > a:before {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid #767676;
  position: absolute;
  left: 8%;
  top: 50%;
  margin-top: -5px;
  border-radius: 50%;
}
.mobile-nav .ul-small ul li > a:after {
  display: block;
  content: '+';
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-weight: bold;
  font-size: 20px;
}
.mobile-nav .ul-small ul li.after_none > a:after {
  display: none;
}
.mobile-nav .ul-small ul li:last-child > a:after {
  display: none;
}
.mobile-nav .ul-small ul li:nth-of-type(1) > a:after {
  display: none;
}
.mobile-nav .ul-small ul li p {
  display: none;
  background: #19191a;
}
.mobile-nav .ul-small ul li p > a {
  line-height: 55px;
  font-size: 14px;
  color: #767676;
  padding-left: 20%;
  position: relative;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  display: block;
}
.mobile-nav .ul-small ul li p > a:after {
  display: block;
  content: '';
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-weight: bold;
  font-size: 20px;
  width: 7px;
  height: 11px;
  background: url("/App/Home/View/Default/Public/images/menu_bg3.png") no-repeat center;
  background-size: cover;
}
.mobile-nav .ul-small ul li.li_click > a {
  color: #fff;
}
.mobile-nav .ul-small ul li.li_click > a:before {
  background: #ffc801;
  border: 2px solid #ffc801;
}
.mobile-nav .ul-small ul li.li_click > a:after {
  content: '-';
  color: #767676;
}
.mobile-nav .translate {
  transform: translateX(-220px);
  -webkit-transform: translateX(-220px);
}
.mobile-nav .translate2 {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
/*banner*/
/*banner*/
.banner {
  clear: both;
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 100%;
  margin-top: 185px;
}
.banner .swiper-container {
  height: 100%;
  cursor: default !important;
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}
.banner .swiper-pagination-bullet {
  width: 24px;
  height: 4px;
  display: inline-block;
  border-radius: 5px;
  background: #919190;
  opacity: .4;
}
.banner .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.banner2 {
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 188px;
}
.banner2 .container {
  position: relative;
  height: 100%;
}
.banner2 .info_banner_text {
  color: #fff;
  top: 31%;
  position: absolute;
  left: 0;
}
.banner2 .info_banner_text b {
  display: block;
  font-size: 45px;
  font-weight: 300;
}
.banner2 .info_banner_text > span {
  display: block;
  font-size: 16px;
  font-weight: 300;
  margin: 10px auto 30px;
}
.banner2 .info_banner_text a {
  width: 122px;
  line-height: 36px;
  height: 36px;
  margin-left: 0;
}
.com_banner {
  background-image: url("/App/Home/View/Default/Public/images/com_banner.jpg");
}
.pro_banner {
  background-image: url("/App/Home/View/Default/Public/images/pro_banner_01.jpg");
}
.tec_banner {
  background-image: url("/App/Home/View/Default/Public/images/tec_banner.jpg");
}
.kfsl_banner {
  background-image: url("/App/Home/View/Default/Public/images/kf_banner.jpg");
}
.news_banner {
  background-image: url("/App/Home/View/Default/Public/images/news_banner.jpg");
}
.con_banner {
  background-image: url("/App/Home/View/Default/Public/images/con_banner.jpg");
}
/*---------------------------------------------------------------product 产品展示----------------------------------------------------------------------------*/
.main_title {
  text-align: center;
  color: #1c1c1c;
  padding: 5% 0 3% 0;
}
.main_title b {
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  position: relative;
}
.main_title b:before,
.main_title b:after {
  display: block;
  content: '';
  width: 58px;
  height: 1px;
  background: #bebebe;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
}
.main_title b:before {
  left: -75px;
}
.main_title b:after {
  right: -75px;
}
.main_title span {
  font-size: 14px;
  letter-spacing: 5px;
  margin: 10px 0;
}
.main_title small {
  font-size: 12px;
  color: #b7b7b7;
  text-transform: uppercase;
}
.main_title > * {
  display: block;
}
.product {
  overflow: hidden;
  background: #f2f2f2;
  padding-bottom: 3%;
}
.product .product_type {
  line-height: 55px;
  height: 55px;
  background: #fff;
  text-align: center;
  overflow: hidden;
  margin-bottom: 25px;
}
.product .product_type ul li {
  width: 25%;
  float: left;
  position: relative;
}
.product .product_type ul li:after {
  display: block;
  content: '';
  width: 1px;
  height: 10px;
  background: #d2d2d2;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
.product .product_type ul li:last-of-type:after {
  display: none;
}
.product .product_type ul li a {
  display: block;
}
.product .product_type ul li small {
  width: 50px;
  display: inline-block;
  height: 18px;
  position: relative;
}
.product .product_type ul li small img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.product .product_type ul li small img:nth-of-type(2) {
  opacity: 0;
  transform: scale(0.5);
}
.product .product_type ul li span {
  font-size: 16px;
  color: #232323;
  display: inline-block;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.product .product_type ul li:last-of-type small {
  width: 33px;
}
.product .product_type ul li:hover img:nth-of-type(1) {
  transform: scale(0.5);
  opacity: 0;
}
.product .product_type ul li:hover img:nth-of-type(2) {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.1s;
}
.product .product_type ul li:hover span {
  color: #1188ff;
}
.product_list {
  width: 102%;
  overflow: hidden;
}
.product_list li {
  width: 32%;
  margin-right: 1%;
  margin-bottom: 1%;
  float: left;
  overflow: hidden;
}
.product_list li p.pro_p {
  height: 262px;
  position: relative;
  overflow: hidden;
}
.product_list li p.pro_p img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_list li p.pro_p img:nth-of-type(1) {
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 600ms ease-in-out;
  -webkit-transition: 600ms ease-in-out;
  clip: rect(0, 380px, 262px, 0);
}
.product_list li div {
  background: #fff;
  text-align: center;
  padding: 30px 15px;
  box-sizing: border-box;
  position: relative;
}
.product_list li div > * {
  display: block;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.product_list li div span {
  font-size: 18px;
  color: #212121;
  font-weight: bold;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}
.product_list li div small {
  font-size: 14px;
  color: #a4a4a4;
  font-weight: 300;
  position: relative;
  z-index: 2;
  height: 40px;
}
.product_list li div:after {
  display: block;
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #1188ff;
  transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
}
.product_list li:hover p.pro_p_img img:nth-of-type(1) {
  clip: rect(0, 380px, 0, 0);
}
.product_list li:hover div:after {
  width: 100%;
}
.product_list li:hover div span {
  color: #fff;
}
.product_list li:hover div small {
  color: #fff;
}
.info2 .tea_list ul li {
  width: 100%;
  float: none;
  border: 0;
}
.info2 .tea_list ul li a {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.info2 .tea_list ul li p.pro_p {
  width: 33.3%;
  border: 1px solid #ccc;
  float: left;
  height: 170px;
}
.info2 .tea_list ul li p.tea_p {
  width: 65%;
  float: right;
}
.info2 .tea_list ul li p.tea_p > * {
  display: block;
}
.info2 .tea_list ul li p.tea_p span {
  font-size: 20px;
  color: #0057a9;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  text-transform: uppercase;
}
.info2 .tea_list ul li p.tea_p small {
  font-size: 14px;
  line-height: 25px;
  color: #666;
  height: 75px;
  overflow: hidden;
  padding: 15px 0;
  box-sizing: initial;
}
.info2 .tea_list ul li p.tea_p strong {
  font-size: 14px;
  display: block;
  width: 100px;
  line-height: 30px;
  color: #8C8C8C;
  font-weight: 400;
  text-align: center;
  border: 1px solid #8C8C8C;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.info2 .tea_list ul li:hover p.tea_p span {
  color: #1188ff;
}
.info2 .tea_list ul li:hover p.tea_p strong {
  background: #0057a9;
  color: #fff;
  border-color: #0057a9;
}
.more_btn {
  width: 158px;
  line-height: 38px;
  margin: 3% auto 0;
  display: block;
  background: #1188ff;
  color: #fff;
}
/*technology*/
.technology {
  overflow: hidden;
}
.technology .technology_left {
  float: left;
  width: 23%;
  position: relative;
  z-index: 2;
}
.technology .technology_left ul li {
  position: relative;
  line-height: 55px;
  height: 55px;
  background: #f2f2f2;
  margin-bottom: 5px;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  width: 100%;
}
.technology .technology_left ul li a {
  display: block;
  position: relative;
  padding-left: 52px;
}
.technology .technology_left ul li a img {
  position: absolute;
  left: 48px;
  top: 50%;
  margin-top: -15px;
  opacity: 0;
  transform: scale(0.5);
}
.technology .technology_left ul li a b {
  width: 26px;
  height: 26px;
  background: #909090;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.technology .technology_left ul li a span {
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
  color: #181818;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.technology .technology_left ul li a i {
  position: absolute;
  right: 18px;
  top: 3px;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  width: auto;
  overflow: hidden;
}
.technology .technology_left ul li a i.icon-youjiantou3 {
  width: 0;
  font-size: 34px;
}
.technology .technology_left ul li:hover,
.technology .technology_left ul li.technology_act {
  background: #1188ff;
  width: 120%;
}
.technology .technology_left ul li:hover a b,
.technology .technology_left ul li.technology_act a b {
  transform: scale(0.5);
  opacity: 0;
}
.technology .technology_left ul li:hover a img,
.technology .technology_left ul li.technology_act a img {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.1s;
}
.technology .technology_left ul li:hover a span,
.technology .technology_left ul li.technology_act a span {
  color: #fff;
}
.technology .technology_left ul li:hover a .icon-jiahao,
.technology .technology_left ul li.technology_act a .icon-jiahao {
  width: 0;
}
.technology .technology_left ul li:hover a .icon-youjiantou3,
.technology .technology_left ul li.technology_act a .icon-youjiantou3 {
  width: auto;
  color: #fff;
}
.technology .technology_left .technology_msg {
  text-align: center;
  background: url("/App/Home/View/Default/Public/images/js_bg.jpg") no-repeat center;
}
.technology .technology_left .technology_msg a {
  display: block;
  padding: 22px 0;
}
.technology .technology_left .technology_msg a > * {
  display: block;
  color: #fff;
}
.technology .technology_left .technology_msg b {
  font-size: 18px;
  background: url("/App/Home/View/Default/Public/images/msg_bg.png") no-repeat center top;
  padding-top: 40px;
}
.technology .technology_left .technology_msg small {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
}
.technology .technology_right {
  float: right;
  width: 75%;
}
.technology .technology_right ul li {
  display: none;
  position: relative;
  overflow: hidden;
}
.technology .technology_right ul li:nth-of-type(1) {
  display: block;
}
.technology .technology_right ul li p {
  float: left;
  width: 50%;
  overflow: hidden;
  height: 306px;
  border: 1px solid #dadada;
  box-sizing: border-box;
  border-right: 0;
  position: relative;
}
.technology .technology_right ul li p img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.technology .technology_right ul li p img:nth-of-type(1) {
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 600ms ease-in-out;
  -webkit-transition: 600ms ease-in-out;
  clip: rect(0, 427px, 365px, 0);
  object-fit: cover;
}
.technology .technology_right ul li div {
  width: 50%;
  box-sizing: border-box;
  padding: 33px;
  border: 1px solid #dadada;
  background: #f4f4f4;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.technology .technology_right ul li div > * {
  display: block;
}
.technology .technology_right ul li div b {
  font-size: 20px;
  color: #0e0e0e;
  margin-bottom: 22px;
}
.technology .technology_right ul li div small {
  font-size: 14px;
  color: #8d8d8d;
  line-height: 30px;
  margin-bottom: 8%;
}
.technology .technology_right ul li div a {
  display: inline-block;
}
.technology .technology_right ul li:hover p img:nth-of-type(1) {
  clip: rect(0, 427px, 0, 0);
}
/*---------------------------------------------------------------company 关于我们----------------------------------------------------------------------------*/
.company {
  overflow: hidden;
  padding-bottom: 5%;
}
.company .ys_top_title {
  text-align: center;
  padding: 60px 0;
}
.company .ys_top_title p {
  display: inline-block;
  font-size: 24px;
}
.company .ys_top_title p > * {
  display: block;
}
.company .ys_top_title p:nth-of-type(1) {
  font-weight: 300;
  text-transform: uppercase;
  text-align: right;
  margin-right: 10px;
  position: relative;
}
.company .ys_top_title p:nth-of-type(1):after {
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: -8px;
  top: 0;
  background: #ccc;
}
.company .ys_top_title p:nth-of-type(1) small + small {
  display: block;
  font-size: 27px;
}
.company .ys_top_title p:nth-of-type(2) {
  color: #222222;
}
.company .ys_top_title p:nth-of-type(2) span {
  border: 1px solid #b8b8b8;
  font-size: 15px;
  margin-bottom: 4px;
}
.company .company_left {
  float: left;
  width: 50%;
  overflow: hidden;
  height: 288px;
}
.company .company_left img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company .company_right {
  width: 48%;
  float: right;
}
.company .company_right > p {
  overflow: hidden;
  margin-bottom: 25px;
}
.company .company_right > p b {
  font-size: 24px;
  color: #201e1e;
}
.company .company_right > p a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #0057a9;
  text-align: center;
  line-height: 26px;
  display: block;
  float: right;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.company .company_right > p a i {
  color: #0057a9;
  font-weight: bold;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.company .company_right > p a:hover {
  border-radius: 0;
  border-color: #d12706;
}
.company .company_right > p a:hover i {
  color: #d12706;
}
.company .company_right div {
  font-size: 14px;
  color: #7d7d7d;
  line-height: 26px;
}
/*---------------------------------------------------------------news 新闻资讯----------------------------------------------------------------------------*/
.news {
  background: #f2f2f2;
  overflow: hidden;
  padding-bottom: 4%;
}
.news .news_left {
  width: 61%;
  float: left;
}
.news .news_left > a {
  background: none;
  color: #1d1d1d;
  border: 2px solid #d2d2d2;
  margin: 20px 0 0 0;
  float: right;
  width: 220px;
}
.news .news_left_type {
  line-height: 68px;
  height: 68px;
  overflow: hidden;
}
.news .news_left_type a {
  display: block;
  text-align: center;
  width: 50%;
  float: left;
  font-size: 16px;
}
.news .news_left_type a span {
  display: inline-block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 45px;
}
.news .news_left_type a:nth-of-type(1) {
  background: #1188ff;
  color: #fff;
}
.news .news_left_type a:nth-of-type(1) span {
  background-image: url("/App/Home/View/Default/Public/images/new_ico1.png");
}
.news .news_left_type a:nth-of-type(2) {
  background: #e7e7e7;
  color: #262626;
}
.news .news_left_type a:nth-of-type(2) span {
  background-image: url("/App/Home/View/Default/Public/images/new_ico2.png");
}
.news .news_left_type a:hover {
  font-weight: bold;
}
.news .news_left_con {
  overflow: hidden;
  background: #fff;
  padding: 30px;
}
.news .news_left_1 {
  overflow: hidden;
}
.news .news_left_1 div {
  width: 45%;
  float: left;
}
.news .news_left_1 div img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .news_left_1 p {
  width: 52%;
  float: right;
}
.news .news_left_1 p > * {
  display: block;
}
.news .news_left_1 p b {
  font-size: 16px;
  color: #2c2c2c;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.news .news_left_1 p small {
  font-size: 14px;
  color: #8d8d8d;
  margin-bottom: 10px;
  line-height: 27px;
}
.news .news_left_1 p a {
  margin: 0;
  width: 100px;
}
.news ul {
  overflow: hidden;
  color: #c3c3c3;
}
.news ul li {
  width: 50%;
  float: left;
  position: relative;
  margin-top: 20px;
}
.news ul li:before {
  display: block;
  content: '';
  width: 4px;
  height: 4px;
  background: #dadada;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.news ul li a {
  display: block;
  color: #323232;
  padding-left: 6px;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.news ul li:hover:before {
  background: #0057a9;
}
.news ul li:hover a {
  color: #0057a9;
}
.news .news_left_r {
  width: 38%;
  float: right;
  background: #fff;
  padding: 20px;
}
.news .news_left_r > * {
  display: block;
}
.news .news_left_r b {
  font-size: 20px;
  color: #1d1d1d;
  margin-bottom: 16px;
}
.news .news_left_r small {
  font-size: 13px;
  color: #a0a0a0;
  margin-bottom: 5px;
}
.news .news_left_r form {
  display: block;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .news_left_r form input {
  display: block;
  width: 49%;
  margin-bottom: 10px;
  line-height: 40px;
  border: 1px solid #dedede;
  text-indent: 5px;
  font-size: 14px;
}
.news .news_left_r form textarea {
  display: block;
  width: 100%;
  height: 100px;
  border: 1px solid #dedede;
  padding: 5px;
}
.news .news_left_r form a {
  width: 48%;
  display: block;
  margin: 10px 0 0 0;
}
.news .news_left_r form a + a {
  background: #616161;
}
/*---------------------------------------------------------------yz 优质企业----------------------------------------------------------------------------*/
.yz {
  overflow: hidden;
  height: 450px;
  background: url("/App/Home/View/Default/Public/images/xcq_bg.jpg") no-repeat center;
  background-attachment: fixed;
}
.yz .container {
  height: 100%;
}
.yz .container p > * {
  display: block;
}
.yz .container p {
  float: left;
  margin-top: 140px;
  width: 100%;text-align: center;
}
.yz .container p b {
  font-size: 32px;
  color: #242424;
}
.yz .container p small {
  font-size: 20px;
  color: #242424;
  font-weight: 300;
  margin: 20px 0 30px 0;
}
.yz .container p a {
  display: block;
  width: 143px;
  line-height: 40px;
  background: #1188ff url("../images/idx_msg.png") no-repeat 10px center;
  padding-left: 15px;
  font-size: 14px;
  color: #fff;
  text-indent: 20px;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.yz .container p a:hover {
  border-radius: 5px;
  background-color: #0057a9;
}
.yz .container .ys_img {
  float: right;
  width: 34%;display: none;
  margin-top: 60px;
}
/*---------------------------------------------------------------footer 底部----------------------------------------------------------------------------*/
footer {
  background: #1d1d1d;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 35px;
}
footer .footer_left {
  float: left;
  width: 66%;
}
footer .footer_left img {
  display: block;
}
footer .footer_left form {
  margin: 25px 0;
  overflow: hidden;
}
footer .footer_left form input {
  display: block;
  float: left;
  border: 0;
  background: #fff;
  text-indent: 10px;
  width: 26%;
  line-height: 35px;
  height: 35px;
  margin-right: 10px;
}
footer .footer_left form button {
  display: block;
  width: 15%;
  line-height: 37px;
  height: 37px;
  background: #0057a9;
  color: #fff;
  text-align: center;
  float: left;
  border: 0;
}
footer .footer_left .footer_mobile p {
  float: left;
  color: #fff;
}
footer .footer_left .footer_mobile p > * {
  display: block;
}
footer .footer_left .footer_mobile p span {
  font-size: 14px;
  background: url("/App/Home/View/Default/Public/images/f_tel.png") no-repeat left center;
  padding-left: 30px;
}
footer .footer_left .footer_mobile p b {
  font-size: 35px;
  font-weight: 300;
  margin: 5px 0;
}
footer .footer_left .footer_mobile p small {
  font-size: 14px;
  color: #797979;
}
footer .footer_left .footer_mobile ul {
  float: right;
}
footer .footer_left .footer_mobile ul li {
  font-size: 14px;
  color: #797979;
  margin-bottom: 5px;
}
footer .footer_right {
  float: right;
}
footer .foo_bot_admin {
  margin-top: 25px;
  font-size: 14px;
  color: #797979;
}
footer .foo_bot_admin a {
  color: #797979;
}
footer .foo_bot_admin span {
  float: right;
}
.footer_mob {
  background: #0057a9;
  overflow: hidden;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1000;
}
.footer_mob li {
  width: 25%;
  color: #fff;
  float: left;
  padding: 10px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
}
.footer_mob li:nth-of-type(1) {
  border-left: 0;
}
.footer_mob li a {
  color: #fff;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.footer_mob li a > * {
  display: block;
}
.footer_mob li a i {
  font-size: 18px;
  padding-right: 10px;
}
.footer_mob li a span {
  font-size: 16px;
}
/*---------------------------------------------------------------i_news 新闻中心----------------------------------------------------------------------------*/
.i_news .i_news_list li {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 4px #ccc;
  margin-bottom: 2%;
  position: relative;
}
.i_news .i_news_list li:hover span {
  color: #0057a9;
}
.i_news .i_news_list li:hover img {
  transform: scale(1.1);
}
.i_news .i_news_list li:hover small {
  color: #0057a9;
}
.i_news .i_news_list li img {
  width: 25%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.i_news .i_news_list li div {
  width: 70%;
  float: right;
  padding: 3% 10% 2% 0;
  position: relative;
}
.i_news .i_news_list li div span {
  display: block;
  font-size: 18px;
  color: #4a4a4a;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.i_news .i_news_list li div small {
  display: block;
  font-size: 14px;
  color: #7a7a7a;
  margin: 2% 0;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.i_news .i_news_list li div b {
  display: block;
  font-size: 12px;
  color: #909090;
  font-weight: 300;
}
.i_news .i_news_list li div strong {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #0057a9;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 30px;
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -15px;
}
/*---------------------------------------------------------------news_info 新闻详情页----------------------------------------------------------------------------*/
.news_info {
  background: #eee;
}
.news_info .container {
  background: #fff;
  padding: 60px;
}
.news_info .news_info_top {
  color: #666;
  border-bottom: 1px solid #ccc;
  margin-bottom: 3%;
}
.news_info .news_info_top h3 {
  font-size: 25px;
  font-weight: 300;
}
.news_info .news_info_top small {
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin: 10px 0 20px 0;
}
.p_content {
  font-size: 15px;
  line-height: 30px;
  color: #666;
  font-family: "Microsoft YaHei" !important;
}
.p_content p > *,
.p_content > *,
.p_content span,
.p_content small,
.p_content b,
.p_content strong,
.p_content p {
  font-family: "Microsoft YaHei" !important;
}
.p_content img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
}
.p_content table {
  width: 100% !important;
}
/*location*/
.location {
  overflow: hidden;
  line-height: 60px;
  font-size: 14px;
  background: #eee;
  margin-bottom: 40px;
  color: #666;
}
.location i {
  padding-right: 5px;
  font-size: 25px;
  position: relative;
  top: 3px;
}
.location a {
  color: #666;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.location a:hover {
  color: #11509b;
}
.location b {
  float: left;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}
.location span {
  float: right;
}
/*-------------------------------------------------------------------------info_contact 联系我们------------------------------------------------------------------------------------*/
#info {
  padding-bottom: 5%;
}
.info_contact_type {
  text-align: center;
  margin-bottom: 3%;
}
.info_contact_type .container {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 25px;
}
.info_contact_type ul li {
  display: inline-block;
  margin: 0 5px;
}
.info_contact_type ul li a {
  display: block;
  width: 100px;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  color: #333;
  position: relative;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.info_contact_type ul li.info_contact_type_act a,
.info_contact_type ul li:hover a {
  background: #0057a9;
  color: #fff;
}
.info_contact_type ul li.info_contact_type_act a:after,
.info_contact_type ul li:hover a:after {
  display: block;
  content: '';
  width: 1px;
  height: 25px;
  background: #B5B5B5;
  position: absolute;
  left: 50%;
  top: 35px;
  margin-left: -0.5px;
}
.info_contact_type ul li.info_contact_type_act a:before,
.info_contact_type ul li:hover a:before {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #B5B5B5;
  position: absolute;
  left: 50%;
  margin-left: -2.5px;
  bottom: -28px;
}
.info_contact_title {
  color: #666;
  margin-bottom: 3%;
}
.info_contact_title > * {
  display: block;
}
.info_contact_title b {
  font-size: 20px;
}
.info_contact_title small {
  font-size: 12px;
  font-weight: 300;
}
.info_contact {
  overflow: hidden;
}
.info_contact #allmap {
  height: 460px;
  overflow: hidden;
  border: 1px solid #ccc;
  font-size: 14px;
}
.info_contact .info_contact_list {
  width: 100%;
  margin-bottom: 25px;
}
.info_contact .info_contact_list ul {
  font-size: 16px;
  color: #666;
  overflow: hidden;
}
.info_contact .info_contact_list ul li {
  width: 33%;
  margin-bottom: 15px;
  float: left;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
}
.info_contact .info_contact_list ul li b {
  display: block;
  width: 40px;
  height: 40px;
  font-weight: 500;
  background: #0057a9;
  color: #fff;
  position: relative;
  float: left;
  margin-right: 10px;
}
.info_contact .info_contact_list ul li b i {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -49%);
  -webkit-transform: translate(-50%, -49%);
  font-size: 25px;
  display: block;
}
.info_dh .container {
  padding-top: 2%;
  margin-top: 3%;
  border-top: 1px solid #ccc;
}
.info_dh iframe {
  width: 100%;
  height: 510px;
}
.gade_maps {
  display: none;
}
/*-------------------------------------------------------------------------kfsl_title 开发实力------------------------------------------------------------------------------------*/
.kfsl_title {
  text-align: center;
  margin-bottom: 4%;
}
.kfsl_title .container {
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 2%;
}
.kfsl_title b {
  font-size: 40px;
  color: #171717;
  display: block;
}
.kfsl_title small {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  background: #0057a9;
  color: #fff;
  padding: 5px 10px;
  margin: 10px 0;
}
.kfsl_title span {
  font-size: 16px;
  color: #797979;
  display: block;
  line-height: 30px;
}
.kfsl_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kfsl_list li {
  width: 32%;
  text-align: center;
  margin-bottom: 5%;
}
.kfsl_list li > * {
  display: block;
}
.kfsl_list li img {
  display: block;
  max-width: 100%;
}
.kfsl_list li b {
  font-size: 23px;
  color: #0057a9;
  margin: 5% 0 2%;
}
.kfsl_list li small {
  font-size: 16px;
  color: #797979;
  line-height: 30px;
}
/*page*/
#prev_next {
  clear: both;
  text-indent: 25px;
}
#prev_next a:hover {
  color: #0057a9;
}
#prev_next {
  font-size: 14px;
  margin-top: 20px;
}
div.page {
  margin: 2% 0;
  clear: both;
  font-size: 14px;
  text-align: center;
  font-weight: 300;
}
div.page a {
  padding: 2px 5px;
  margin: 2px;
  color: #333;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ccc;
}
div.page a:hover {
  background: #0057a9;
  color: #fff;
}
div.page span.current {
  padding: 2px 8px;
  font-weight: 300;
  margin: 2px;
  color: #fff;
  background-color: #0057a9;
  border: 1px solid #0057a9;
}
div.page span.disabled {
  padding: 2px 5px;
  margin: 2px;
  color: #dddddd;
}
#prev_next .prev,
#prev_next .next {
  font-size: 13px;
  border-top: 1px solid #ccc;
  padding: 5px 0;
}
#prev_next .prev a:hover,
#prev_next .next a:hover {
  color: #0057a9;
}
#prev_next .prev {
  margin-top: 20px;
  background: url("/App/Home/View/Default/Public/images/prev_bg.png") no-repeat left 9px;
  background-size: 18px;
}
#prev_next .next {
  border-bottom: 1px solid #ccc;
  background: url("/App/Home/View/Default/Public/images/next_bg.png") no-repeat left 9px;
  background-size: 18px;
}
/*-------------------------------------------------------------------------jobs 人才招聘------------------------------------------------------------------------------------*/
.jibs_content {
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  color: #666;
  margin-bottom: 4%;
}
.job_tab {
  line-height: 54px;
  background: #4c4c4c;
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.job_tab span {
  display: block;
  width: 20%;
  text-align: center;
  float: left;
}
.jobs ul li > p {
  line-height: 54px;
  background: #ffffff;
  font-size: 14px;
  color: #4c4c4c;
  text-align: center;
  overflow: hidden;
  height: 54px;
}
.jobs ul li:nth-of-type(even) > p {
  background: #f3f3f3;
}
.jobs ul li > p span {
  float: left;
  display: block;
  width: 20%;
}
.jobs ul li div {
  background: #ebebeb;
  padding: 20px;
  display: none;
}
.jobs ul li div small {
  font-size: 14px;
  line-height: 30px;
  color: #7c7c7c;
}
.jobs ul li div > p {
  font-size: 16px;
  color: #0057a9;
  margin-bottom: 10px;
  font-weight: bold;
}
.jobs ul li div > span {
  display: block;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  font-size: 14px;
  color: #7C7C7C;
  padding-top: 20px;
}
.jobs ul li div > span a {
  color: #0057a9;
}
/*-------------------------------------------------------------------------product 产品页面------------------------------------------------------------------------------------*/
.info2 {
  background: #f3f3f3;
  padding-top: 4%;
}
.info2 .product_list li {
  width: 32%;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.info2 .product_list li div {
  border-top: 1px solid #ccc;
  box-sizing: border-box;
}
#LeftNav {
  overflow: hidden;
  width: 23%;
  float: left;
}
#LeftNav .divBox {
  overflow: hidden;
  background-color: #fff;
  border-top: 5px solid #2970f3;
  margin-bottom: 10px;
  padding: 20px 15px;
}
.divBox ol li {
  margin-bottom: 5px;
  font-size: 14px;
  color: #666;
}
.divBox ol li a {
  color: #666;
}
.divBox ol li a:hover {
  color: #0157a9;
}
#LeftNav h3 {
  font-size: 20px;
  color: #fff;
  position: relative;
  background: -webkit-linear-gradient(120deg, #2970f3, #0a43ac);
  background: -o-linear-gradient(120deg, #2970f3, #0a43ac);
  background: -moz-linear-gradient(120deg, #2970f3, #0a43ac);
  background: linear-gradient(120deg, #2970f3, #0a43ac);
  line-height: 69px;
  text-align: center;
  margin-bottom: 5px;
}
#LeftNav h3 a {
  color: #fff;
}
#LeftNav h3 i {
  position: absolute;
  right: 0;
  font-weight: bold;
  font-size: 16px;
  top: -2px;
}
#LeftNav .NavMenu ul {
  overflow: hidden;
  width: 100%;
}
#LeftNav .NavMenu ul > li {
  width: 100%;
  float: left;
  margin-bottom: 2px;
  font-size: 14px;
}
#LeftNav .NavMenu ul > li > a {
  display: block;
  background-color: #E8E8E8;
}
#LeftNav .NavMenu li > a {
  display: block;
  color: #666;
  padding-left: 20px;
  text-decoration: none;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
  line-height: 45px;
}
#LeftNav .NavMenu ul > li ol {
  display: none;
}
#LeftNav .NavMenu ul > li ol li a {
  display: block;
  line-height: 40px;
  width: 100%;
  height: 40px;
  overflow: hidden;
  text-indent: 40px;
  background: #f3f3f3;
}
#LeftNav .NavMenu ul > li.cur a,
#LeftNav .NavMenu ul > li a:hover,
#LeftNav .NavMenu ul > li a.current {
  color: #fff;
  background-color: #1167b8;
}
#LeftNav .divAdress img {
  display: block;
  margin-bottom: 15px;
}
#LeftNav .divAdress p {
  font-size: 12px;
  color: #666;
  line-height: 16px;
  margin-bottom: 15px;
  text-align: justify;
}
#LeftNav .divAdress span {
  display: block;
  font-size: 14px;
  color: #303030;
  line-height: 20px;
}
.mobile_type {
  padding: 5px;
  background: #fff;
  margin-bottom: 15px;
}
.mobile_type ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mobile_type ul li {
  height: 40px;
  line-height: 40px;
  background: #eee;
  text-align: center;
  width: 49%;
  margin-bottom: 1%;
}
.sidebar_news li {
  margin-bottom: 5px;
}
.sidebar_news li a {
  display: block;
  font-size: 14px;
  color: #666;
  position: relative;
  padding-left: 8px;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.sidebar_news li a:before {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  background: #666;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 50%;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.sidebar_news li:hover a {
  color: #0057a9;
}
.sidebar_news li:hover a:before {
  background: #0057a9;
}
.info_right {
  width: 75%;
  float: right;
  background: #fff;
  padding: 30px;
}
.location2 {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  background: none;
  line-height: 40px;
  height: 40px;
}
.tech_title h4 {
  font-size: 24px;
  text-align: center;
  color: #d12706;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2%;
}
.tech_title img {
  max-width: 340px;
  margin: 0 auto;
  display: block;
  border: 1px solid #ccc;
  padding: 5px;
}
.p_content img {
  max-width: 100% !important;
}
.p_content .sylx_img h4 {
  font-size: 16px;
  color: #0057a9;
  margin-bottom: 15px;
  font-weight: bold;
}
.p_content .sylx_img ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.p_content .sylx_img ul li {
  width: 32%;
  border: 1px solid #ccc;
}
.p_content .sylx_img ul li p {
  height: 170px;
  width: 100%;
}
.p_content .sylx_img ul li p img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
/*详情页*/
.info-pp {
  overflow: hidden;
  padding-bottom: 5%;
}
.te-info_right .lSSlideWrapper {
  height: 235px;
}
.te-info_right .lSSlideWrapper li img {
  width: 240px !important;
  margin: 0 auto;
  display: block;
}
.pro-info-con .pro-info-title {
  font-size: 24px;
  color: #0057a9;
  border-bottom: 2px solid #1167b8;
  padding-bottom: 10px;
  text-align: left;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.pro-info-con .p-con {
  font-size: 14px;
  color: #323232;
  line-height: 26px;
}
.pro-info-con .pro-small {
  font-size: 15px;
  color: #818181;
  display: block;
  margin-top: 12px;
  line-height: 30px;
  line-height: 23px;
}
.pro-info-con .pro-small span {
  display: block;
  line-height: 30px;
}
.pro-info-con .pro-small span b {
  color: #0057a9;
}
.pro-info-con .pro-email {
  color: #0057a9;
  display: block;
  font-size: 14px;
  margin: 2% 0;
}
.pro-info-con .pro-email i {
  font-size: 22px;
  padding-right: 5px;
}
.pro-info-con .pro-order {
  display: block;
  width: 80%;
  line-height: 44px;
  color: #323232;
  text-align: center;
  font-size: 18px;
  background: #e6e6e6;
  margin: 20px auto 0 auto;
}
.pro-info-con .pro-order:hover {
  color: #e6002d;
}
.pro-info-con .more_btn {
  margin: 10px 0;
}
.product-content-tit {
  line-height: 40px;
  margin-bottom: 30px;
  margin-top: 40px;
  position: relative;
  height: 40px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  box-sizing: border-box;
  background: #eee;
}
.product-content-tit span {
  font-size: 14px;
  text-align: center;
  display: block;
  width: 120px;
  float: left;
  color: #666;
  cursor: pointer;
  box-sizing: border-box;
}
.product-content-tit span.span_act {
  color: #fff;
  background: #0057a9;
  border: 1px solid #0057a9;
}
.info_right_t {
  text-align: center;
  font-size: 30px;
  color: #0057a9;
  margin-bottom: 5%;
}
.info-right-image {
  width: 49%;
  float: left;
}
.info-right-image-t {
  float: right;
  width: 47%;
}
.pro_contact {
  display: none;
}
.pro_contact .info_contact .info_contact_list ul li {
  width: 50%;
}
/*关于我们*/
.com-title {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 2%;
}
.com-title h3 {
  font-size: 22px;
}
.com-title span {
  width: 200px;
  height: 1px;
  position: relative;
  background: #727272;
  display: block;
  margin: 10px auto;
}
.com-title span em {
  display: block;
  width: 40px;
  height: 5px;
  background: #d6000e;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -2.5px;
}
.com-title small {
  font-size: 16px;
  color: #848484;
}
.com_p_img_all {
  margin-top: 2%;
  overflow: hidden;
}
.com_p_img_all img {
  width: 49% !important;
  height: auto !important;
  float: left;
}
.com_p_img_all img + img {
  float: right;
}
.pinpai {
  margin-top: 3%;
}
.wh_1_tit {
  text-align: center;
  margin-bottom: 60px;
}
.wh_1_tit b {
  font-size: 35px;
  color: #2a2a2a;
}
.wh_1_tit span {
  font-size: 35px;
  color: #2a2a2a;
  font-weight: 300;
  padding-left: 20px;
}
.wh_1_tit small {
  display: block;
  font-size: 16px;
  color: #949494;
  margin-top: 10px;
}
.wh_1 {
  background: #f5f5f5;
  padding: 50px 0;
}
.wh_1 ul li {
  width: 270px;
  padding: 22px 23px;
  background: #fff;
  float: left;
  box-sizing: border-box;
  margin-right: 20px;
  height: 340px;
}
.wh_1 ul li:hover p {
  background: #0057a9;
}
.wh_1 ul li:last-of-type {
  margin-right: 0;
}
.wh_1 ul li p {
  width: 104px;
  height: 104px;
  background: #7c7c7c;
  position: relative;
  border-radius: 50%;
  margin: 0 auto;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.wh_1 ul li p img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -49%);
  -webkit-transform: translate(-50%, -49%);
  border-radius: 50%;
}
.wh_1 ul li b {
  display: block;
  font-size: 20px;
  color: #141414;
  margin: 15px 0;
  text-align: center;
}
.wh_1 ul li small {
  font-size: 14px;
  color: #868686;
  line-height: 25px;
}
.wh_2 {
  background: url("/App/Home/View/Default/Public/images/qywhbg.jpg") no-repeat center;
  padding: 4% 0 6%;
  background-size: cover;
  overflow: hidden;
  background: #F0F0F0;
}
.wh_2 .com-title h3,
.wh_2 .com-title small {
  color: #000;
}
.wh_2 ul li {
  margin-top: 3%;
}
.wh_2 ul li b {
  display: block;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}
.wh_2 ul li p span {
  display: block;
  font-size: 16px;
  color: #000;
  text-indent: 2em;
  font-weight: 300;
  line-height: 30px;
}
/*发展历史*/
.time-ul-wrap {
  position: relative;
  overflow: hidden;
}
.time-ul-wrap:before {
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  background: #9a9a9a;
  position: absolute;
  left: 50%;
  margin-left: -0.5px;
  top: 0;
}
.time-ul-wrap .time-ul li {
  width: 45%;
  position: relative;
  z-index: 3;
}
.time-ul-wrap .time-ul li:before {
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  content: '';
  background: url("/App/Home/View/Default/Public/images/listyuan.png") no-repeat center;
  top: 50%;
  margin-top: -56px;
}
.time-ul-wrap .time-ul li b {
  display: block;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
}
.time-ul-wrap .time-ul li b img {
  max-width: 100%;
}
.time-ul-wrap .time-ul li > p > span {
  display: block;
  font-size: 25px;
  color: #4e4e4e;
  margin-bottom: 2%;
}
.time-ul-wrap .time-ul li > p span {
  font-family: "microsoft yahei" !important;
}
.time-ul-wrap .time-ul li > p > small {
  display: block;
  font-size: 14px;
  color: #828282;
}
.time-ul-wrap .time-ul li div {
  font-size: 14px;
  color: #828282;
}
.time-ul-wrap .time-ul li:nth-of-type(odd) {
  float: left;
  margin-bottom: 10%;
}
.time-ul-wrap .time-ul li:nth-of-type(odd):before {
  right: -66px;
}
.time-ul-wrap .time-ul li:nth-of-type(odd) b {
  float: left;
}
.time-ul-wrap .time-ul li:nth-of-type(odd) > p {
  float: right;
  width: 64%;
  text-align: right;
}
.time-ul-wrap .time-ul li:nth-of-type(even) {
  float: right;
  margin-top: 10%;
  text-align: left;
}
.time-ul-wrap .time-ul li:nth-of-type(even):before {
  left: -66px;
}
.time-ul-wrap .time-ul li:nth-of-type(even) b {
  float: right;
}
.time-ul-wrap .time-ul li:nth-of-type(even) > p {
  float: left;
  width: 64%;
}
/*技术中心*/
.tea_con_all {
  overflow: hidden;
  position: relative;
}
.tea_con_all .p_content_title {
  font-size: 16px;
  color: #0057a9;
  margin-bottom: 15px;
  font-weight: bold;
}
.tea_con_all .p_content_left {
  width: 50%;
  float: left;
  padding-right: 10px;
  box-sizing: border-box;
}
.tea_con_all .p_content_right {
  width: 50%;
  float: right;
  padding-left: 10px;
  box-sizing: border-box;
}

/**/
.honor-n{}
.fitobj{width: 100%;height: 100%;object-fit: contain}
.main-honor{margin-top: 20px;}
.main-honor li{width:32%;float: left;margin-right: 2%;}
.main-honor li:nth-child(3n){margin-right: 0}
.main-honor li:nth-child(n+4){margin-top: 17px}
.main-honor li a{display: block;}
.main-honor li a .i{width: 100%;height: 280px;overflow: hidden;box-sizing: border-box;border: 1px solid #eee}
.main-honor li a img{transition: 0.5s;-webkit-transition:0.5s;transform: scale(0.95);-webkit-transform: scale(0.95)}
.main-honor li a .t{height: 40px;width: 100%;background: #eee;color: #666;text-align: center;line-height: 40px;font-size: 15px;
    transition: 0.5s;-webkit-transition:0.5s}
.main-honor li a:hover .i img{transform: scale(1);-webkit-transform: scale(1)}
.main-honor li a:hover .t{background: #0057a9;color: #fff;}

.main-honor1 li{width:23%;float: left;margin-right: 2.6%;}
.main-honor1 li:nth-child(4n){margin-right: 0}
.main-honor1 li:nth-child(n+5){margin-top: 20px}
.main-honor1 li a{display: block;}
.main-honor1 li a .i{width: 100%;height: 310px;overflow: hidden;box-sizing: border-box;border: 1px solid #eee}
.main-honor1 li a img{transition: 0.5s;-webkit-transition:0.5s;transform: scale(0.95);-webkit-transform: scale(0.95)}
.main-honor1 li a .t{height: 40px;width: 100%;background: #eee;color: #666;text-align: center;line-height: 40px;font-size: 15px;
    transition: 0.5s;-webkit-transition:0.5s}
.main-honor1 li a:hover .i img{transform: scale(1);-webkit-transform: scale(1)}
.main-honor1 li a:hover .t{background: #0057a9;color: #fff;}
.bhh{white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;}

/*浮动*/
.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
    background: #0057a9;
}

.client-2 li i {
    background: url("/App/Home/View/Default/Public/images/fx.png") no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #0057a9;
    color: #fff;
    height: 56px;
    width: 247px;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #0057a9;
    width: 97px;
    height: 56px;
    position: relative;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 115px;
    height: 115px;
}
<!--0.00018620491027832-->